net/http.http2serverConn.state (method)
5 uses
net/http (current package)
h2_bundle.go#L4484: func (sc *http2serverConn) state(streamID uint32) (http2streamState, *http2stream) {
h2_bundle.go#L5006: if state, _ := sc.state(wr.StreamID()); state == http2stateClosed && !isReset {
h2_bundle.go#L5398: state, st := sc.state(f.StreamID)
h2_bundle.go#L5429: state, st := sc.state(f.StreamID)
h2_bundle.go#L5584: state, st := sc.state(id)
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |